home *** CD-ROM | disk | FTP | other *** search
/ HTBasic 9.3 / HTBasic 9.3.iso / 83win / data1.cab / DLL_Toolkit / Source / HTBClock / HTBclock.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-03-02  |  1.3 KB  |  49 lines

  1. // HTBclock.h : main header file for the HTBCLOCK DLL
  2. //
  3.  
  4. #if !defined(AFX_HTBCLOCK_H__702A4375_8BC0_11D3_8BE1_00105AC66D91__INCLUDED_)
  5. #define AFX_HTBCLOCK_H__702A4375_8BC0_11D3_8BE1_00105AC66D91__INCLUDED_
  6.  
  7. #if _MSC_VER > 1000
  8. #pragma once
  9. #endif // _MSC_VER > 1000
  10.  
  11. #ifndef __AFXWIN_H__
  12.     #error include 'stdafx.h' before including this file for PCH
  13. #endif
  14.  
  15. #include "resource.h"        // main symbols
  16.  
  17. extern short g_Xpos;
  18. extern short g_Ypos;
  19.  
  20. /////////////////////////////////////////////////////////////////////////////
  21. // CHTBclockApp
  22. // See HTBclock.cpp for the implementation of this class
  23. //
  24.  
  25. class CHTBclockApp : public CWinApp
  26. {
  27. public:
  28.     CHTBclockApp();
  29.  
  30. // Overrides
  31.     // ClassWizard generated virtual function overrides
  32.     //{{AFX_VIRTUAL(CHTBclockApp)
  33.     //}}AFX_VIRTUAL
  34.  
  35.     //{{AFX_MSG(CHTBclockApp)
  36.         // NOTE - the ClassWizard will add and remove member functions here.
  37.         //    DO NOT EDIT what you see in these blocks of generated code !
  38.     //}}AFX_MSG
  39.     DECLARE_MESSAGE_MAP()
  40. };
  41.  
  42.  
  43. /////////////////////////////////////////////////////////////////////////////
  44.  
  45. //{{AFX_INSERT_LOCATION}}
  46. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  47.  
  48. #endif // !defined(AFX_HTBCLOCK_H__702A4375_8BC0_11D3_8BE1_00105AC66D91__INCLUDED_)
  49.